ComponentOne ASP.NET MVC Controls
MajorTickMarks Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : MajorTickMarks Method
The value
Sets the location of axis major tick marks.
Syntax
'Declaration
 
Public Function MajorTickMarks( _
   ByVal value As AxisTickMark _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> MajorTickMarks( 
   AxisTickMark value
)

Parameters

value
The value

Return Value

Current builder
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members